home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / eggdrop / eggdrop11.lha / help / dcc / dccstat < prev    next >
Text File  |  1997-01-15  |  3KB  |  56 lines

  1. %{+m}
  2. ###  dccstat
  3.    displays a table-format list of all the "dcc" connections the bot
  4.    is handling.  "dcc" means "direct client-to-client communication"
  5.    and eggdrop expands this to cover every open socket.  so any type
  6.    of network connection to the bot is considered a "dcc" connection
  7.    (except connections to a server).  the headings of the table are:
  8.       SOCK  the socket of this connection (always unique)
  9.       ADDR  the IP-number of the host the connection is to, if
  10.             applicable
  11.       PORT  the port number being used for communication
  12.       NICK  the nickname of the user or bot, if it's a user or bot
  13.       HOST  sometimes, the hostname corresponding to the IP address
  14.       TYPE  the type of dcc connection (see below)
  15.  
  16.    the types of connection currently possible are as follows (but
  17.    more are being added literally all the time):
  18.       chat  user in dcc-chat command mode
  19.       pass  user entering dcc chat (being asked for her password)
  20.       send  raw data connection: user sending a file
  21.       get   raw data connection: sending a file to a user
  22.       getp  pending get (waiting for the user to acknowledge)
  23.       lstn  telnet listening port (in place of a hostname, it will
  24.               show the proc to call, or mask of acceptable nicks)
  25.       t-in  incoming telnet user (being asked for his nickname)
  26.       file  user in dcc-chat file area
  27.       edit  user in dcc-chat editor (must be a master)
  28.       bot   bot linked in (aka botnet connection)
  29.       bot*  pending bot link (waiting for acknowledgement)
  30.       rela  user in relay connection to another bot
  31.       >rly  bot being relay'd to (one for each "rela")
  32.       conn  pending telnet connection (chat, relay, bot-link, etc)
  33.       new   new user via telnet, entering a handle
  34.       newp  new user via telnet, entering a password
  35.  
  36.    in addition, 'chat' and 'tand' have flags listed for each con-
  37.    nection.  capital letters mean the flag is on, and lowercase
  38.    letters mean the flag is off.  for 'chat', the flags are:
  39.       M     master/owner
  40.       X     file area access
  41.       C     in file area, but allowed to return to party line
  42.       S     using 'ntalk' (or compatable) script
  43.       P     party line access only (no +o access)
  44.       T     telnet connection (instead of dcc chat)
  45.       E     echo is on
  46.    for 'tand', the flags are:
  47.       P     ping sent, waiting for reply
  48.       U     user-file sharing is active
  49.       C     this bot initiated the connection
  50.       O     user-file offered, waiting for reply
  51.       S     in the process of sending the user-file
  52.       G     in the process of getting the user-file
  53.       W     warned this bot to stop hubbing
  54.       L     leafed bot (not allowed to hub)
  55.    for 'chat' users, the party-line channel is also listed.
  56.